#include <builtin_components.h>
Public Types | |
typedef P | type |
Static Public Member Functions | |
static P & | get (P pixel[I], size_t i) |
static const P & | get (const P pixel[I], size_t i) |
Static Public Attributes | |
static const size_t | count = I |
Definition at line 73 of file builtin_components.h.
typedef P CVD::Pixel::Component< P[I]>::type |
Definition at line 75 of file builtin_components.h.
static P& CVD::Pixel::Component< P[I]>::get | ( | P | pixel[I], | |
size_t | i | |||
) | [inline, static] |
Definition at line 83 of file builtin_components.h.
static const P& CVD::Pixel::Component< P[I]>::get | ( | const P | pixel[I], | |
size_t | i | |||
) | [inline, static] |
Definition at line 78 of file builtin_components.h.
const size_t CVD::Pixel::Component< P[I]>::count = I [static] |
Definition at line 76 of file builtin_components.h.